crypto/aes.gcmAsm.productTable (field)
12 uses
crypto/aes (current package)
aes_gcm.go#L49: gcmAesInit(&g.productTable, g.ks)
aes_gcm.go#L59: productTable [256]byte
aes_gcm.go#L107: gcmAesData(&g.productTable, nonce, &counter)
aes_gcm.go#L108: gcmAesFinish(&g.productTable, &tagMask, &counter, uint64(len(nonce)), uint64(0))
aes_gcm.go#L114: gcmAesData(&g.productTable, data, &tagOut)
aes_gcm.go#L121: gcmAesEnc(&g.productTable, out, plaintext, &counter, &tagOut, g.ks)
aes_gcm.go#L123: gcmAesFinish(&g.productTable, &tagMask, &tagOut, uint64(len(plaintext)), uint64(len(data)))
aes_gcm.go#L160: gcmAesData(&g.productTable, nonce, &counter)
aes_gcm.go#L161: gcmAesFinish(&g.productTable, &tagMask, &counter, uint64(len(nonce)), uint64(0))
aes_gcm.go#L167: gcmAesData(&g.productTable, data, &expectedTag)
aes_gcm.go#L174: gcmAesDec(&g.productTable, out, ciphertext, &counter, &expectedTag, g.ks)
aes_gcm.go#L176: gcmAesFinish(&g.productTable, &tagMask, &expectedTag, uint64(len(ciphertext)), uint64(len(data)))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |